<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex &gt; * {
  flex: auto;
  text-align: center;
}

/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

#contact {
  display: none;
}

#contact-p {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #1976D2;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 250px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -165px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.head {
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999999999999999999999999999999999999999999999999999 !important;
  background: #fff;
}

.head .top {
  padding: 10px 0 0;
  margin: 0 6%;
}

.head .top h4, .head .top a {
  font-size: 14px;
}

.head .top .col-sm-6:nth-child(2) {
  text-align: right;
}

.head .top .col-sm-6:nth-child(2) a {
  margin-left: 20px;
}

.head .headx {
  min-height: 90px;
  padding: 0;
  align-items: center;
  z-index: 999999999999999999999999;
}

.head .headx .head1 {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

.head .head2 {
  padding: 0;
}

.head .flex {
  display: flex;
  z-index: 9999999 !important;
}

.head .flex ul {
  padding: 0;
}

.head .flex &gt; li {
  flex: auto;
  position: relative;
  display: block;
  height: 90px;
  line-height: 90px;
  display: block;
  letter-spacing: 1px;
}

.head .flex &gt; li:last-child {
  transform: inherit !important;
  background: inherit !important;
  line-height: 24px;
  padding-top: 20px;
  position: relative;
  font-size: 12px;
  padding-left: 20px;
}

.head .flex &gt; li:last-child i {
  left: 30px;
  font-size: 45px;
  bottom: 30px;
  position: absolute;
  color: #e52f22;
}

.head .flex &gt; li:last-child .yidong {
  animation: yidong 1s infinite;
  color: #e52f22;
  display: block;
  font-size: 18px;
  padding-left: 50px;
}

.head .flex &gt; li a {
  font-size: 16px;
  display: block;
}

.head .flex &gt; li:hover {
  transition: .5s all;
  background: #e52f22;
}

.head .flex &gt; li:hover &gt; a {
  color: #fff;
}

.head .flex &gt; li:hover &gt; ul {
  display: block;
}

.head .flex &gt; li &gt; ul {
  transition: 1s;
  max-height: 650px;
  z-index: 999;
  left: -200px;
  top: 90px;
  display: none;
  padding: 0;
  margin: 0;
  width: 650%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}

.head .flex &gt; li &gt; ul a {
  color: #fff;
  text-decoration: none;
}

.head .flex &gt; li &gt; ul a:hover {
  color: #e52f22;
}

.head .flex &gt; li &gt; ul &gt; li {
  float: left;
  width: 19%;
  margin: 0 3%;
  line-height: 30px;
  padding: 40px 0 30px;
}

.head .flex &gt; li &gt; ul &gt; li &gt; a {
  display: block;
  color: #e52f22;
  font-weight: bold;
  padding-bottom: 10px;
}

.head .flex &gt; li &gt; ul &gt; li ul li {
  line-height: 52px;
  border-bottom: 1px dashed #ddd;
  font-size: 15px;
}

@keyframes yidong {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(10px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.bj1 p {
  color: #fff !important;
}

.bj1x {
  height: auto;
}

.bj1x img {
  width: 100%;
}

.bj1x div:nth-child(2) p:nth-child(1), .bj2x div:nth-child(2) p:nth-child(1) {
  padding-top: 15%;
}

.bj1x div:nth-child(2) p {
  color: #fff;
  letter-spacing: 5px;
}

.bj1x div:nth-child(2) p:nth-child(1) {
  padding-top: 14%;
}

.bj1x div:nth-child(2) p:nth-child(2) {
  margin-bottom: 100px;
}

.bj1x div:nth-child(2) p:nth-child(2n-1) {
  font-size: 60px;
}

.bj1x div:nth-child(2) p:nth-child(2n) {
  font-size: 24px;
}

.fixednav {
  width: 100%;
  left: 0;
  z-index: 999;
}

/**************************head***************************/
.title {
  margin-bottom: 4em;
}

.title h4, .title p {
  text-align: center;
}

.title h4 {
  color: #1976D2;
  padding-bottom: 5px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
}

.title h4::after {
  transition: 1s;
  display: inline-block;
  content: '';
  height: 1px;
  position: absolute;
  background: #999;
  width: 60px;
  bottom: -10px;
  left: calc(50% - 30px);
}

.title p {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.ljbj-1, .ljbj-2, .ljbj-3, .ljbj-4, .ljbj-5, .ljbj-6, .ljbj-7, .ljbj-8, .ljbj-9, .ljbj-10 {
  padding: 3em 0;
}

.ljbj-1:hover .title h4::after, .ljbj-2:hover .title h4::after, .ljbj-3:hover .title h4::after, .ljbj-4:hover .title h4::after, .ljbj-5:hover .title h4::after, .ljbj-6:hover .title h4::after, .ljbj-7:hover .title h4::after, .ljbj-8:hover .title h4::after, .ljbj-9:hover .title h4::after, .ljbj-10:hover .title h4::after {
  width: 10%;
  left: 45%;
}

.ljbj-1 .qiehuan li {
  float: left;
  width: 19%;
  margin: .5%;
  cursor: pointer;
  text-align: center;
}

.ljbj-1 .qiehuan li p {
  margin-top: 10px;
}

.ljbj-1 .qiehuan li span {
  display: block;
}

.ljbj-1 .qiehuan li img {
  transition: .35s all;
}

.ljbj-1 .qiehuan li:hover img {
  transform: translateY(-10px);
}

.ljbj-1 img {
  margin: auto;
  width: 100%;
  display: block;
  border-radius: 5px;
}

@keyframes huxi {
  0% {
    box-shadow: 0 0 15px #fff;
  }
  50% {
    box-shadow: 0 0 15px red;
  }
  100% {
    box-shadow: 0 0 15px  #fff;
  }
}

@keyframes mymove1 {
  0% {
    height: 0px;
    background: #fff;
  }
  50% {
    height: 100%;
    background: #1976D2;
  }
  90% {
    height: 0px;
    background: #fff;
  }
}

.ljbj-2 {
  padding: 3em 0;
  background: url(../img/13.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.ljbj-2 .title h4, .ljbj-2 .title p {
  color: #fff;
}

.ljbj-2 .title p {
  line-height: 40px;
}

.ljbj-2 .container:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.ljbj-2 .row .index5-bj {
  width: 300px;
  height: 300px;
  right: 0;
  top: 0px;
  display: block;
  background: url(../img/6.png) center no-repeat;
  position: absolute;
}

.ljbj-2 .row &gt; p {
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  margin-top: -30px;
  margin-bottom: 40px;
  color: #fff;
}

.ljbj-2 .row .col-sm-4 {
  margin-bottom: 20px;
  color: #fff;
}

.ljbj-2 .row .col-sm-4 div {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 40px;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: .35s;
}

.ljbj-2 .row .col-sm-4 div h4 {
  font-weight: bold;
}

.ljbj-2 .row .col-sm-4 div:hover {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.ljbj-2 .row .col-sm-4 div:hover span i {
  transform: scale(1.2);
}

.ljbj-2 .row .col-sm-4 div:hover::before, .ljbj-2 .row .col-sm-4 div:hover::after {
  animation: mymove1 0s infinite;
}

.ljbj-2 .row .col-sm-4 div::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 1px;
  animation: mymove1 8s infinite;
  height: 0px;
  box-shadow: 0 0 15px #1976D2;
}

.ljbj-2 .row .col-sm-4 div::after {
  bottom: 0;
  right: 0;
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  animation: mymove1 8s infinite;
  height: 0px;
  box-shadow: 0 0 15px #1976D2;
}

.ljbj-2 .row .col-sm-4 div h4 {
  margin: 20px 0 20px;
}

.ljbj-2 .row .col-sm-4 div p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  height: 100px;
  line-height: 28px;
}

.ljbj-2 .row .col-sm-4 div span i {
  font-size: 60px;
  display: block;
  transition: .35s;
  color: #fff;
}

.f8 {
  background: #f5f5f5;
}

.ljbj-3 .col-sm-6 {
  padding: 0;
}

.ljbj-3 .container {
  padding: 0;
}

.ljbj-4 {
  background: #fff;
}

.ljbj-4 .row {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 40px 20px;
  border-radius: 5px;
}

.ljbj-4 .row .wenhua h4 {
  font-size: 32px;
  color: #1976D2;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}

.ljbj-4 .row .wenhua img {
  width: 50%;
  margin: 40px auto;
  display: block;
}

.ljbj-4 .row .wenhua p {
  text-align: center;
  color: #1976D2;
}

.ljbj-4 .row .wenhua p:nth-child(3) {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ljbj-4 .row .wenhua p:nth-child(4) {
  font-weight: bold;
  line-height: 24px;
  text-indent: 2em;
  text-align: justify;
}

.ljbj-4 .row .wenhua2 h4 {
  font-size: 32px;
  color: #1976D2;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 3px;
}

.ljbj-4 .row .wenhua2 img {
  width: 100%;
  padding-top: 150px;
}

.ljbj-4 .row .wenhua2 div {
  padding: 0;
  text-align: center;
}

.ljbj-4 .row .wenhua2 div li {
  border: 2px solid #1976D2;
  line-height: 40px;
  width: 50%;
  margin: 14px auto;
  font-size: 18px;
  box-shadow: 12px 9px 1px rgba(25, 118, 210, 0.2);
  text-align: center;
  border-radius: 5px;
}

.ljbj-5 .qiehuan-conx {
  padding: 20px 0 0;
  border-radius: 5px;
}

.ljbj-5 .qiehuan-conx div {
  margin-bottom: 20px;
}

.ljbj-5 .qiehuan-conx div:hover img {
  transform: scale(1.1);
  border-radius: 50px;
  box-shadow: 0 0 2 rgba(0, 0, 0, 0.5);
}

.ljbj-5 img {
  border-radius: 5px;
  transition: .35s all;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.news img {
  width: 100%;
  margin-bottom: 15px;
}

.news h3 {
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.news h3 a {
  color: #393D49;
}

.news dl {
  display: table;
  background: #fff;
}

.news dl dt {
  display: table-cell;
  width: 100px;
  text-align: center;
  color: #1976D2;
  vertical-align: middle;
  font-weight: normal;
  border: 1px dashed #1976D2;
}

.news dl dt b {
  display: block;
  font-size: 36px;
}

.news dl dd {
  display: table-cell;
  padding: 0 1em;
  background: #fff;
  position: relative;
}

.news dl dd h4 {
  font-size: 16px;
  font-weight: bold;
}

.news dl dd h4 a {
  color: #1976D2;
}

.news dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 10px;
}

.news dl:hover dt {
  background: #254b63;
  border-color: transparent;
  color: #FFFFFF;
}

.news dl:hover dd {
  background: #2d6485;
}

.news dl:hover dd a {
  color: #FFFFFF;
}

.news dl:hover dd p {
  color: #FFFFFF;
}

.daohangb {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.news_content dl {
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.news_content dl dt {
  background: #1976D2 !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  color: #666;
}

.news_content dl dt c {
  display: block;
  font-size: 30px;
  color: #fff;
}

.news_content dl dt span {
  color: #fff;
}

.news_content dl dd {
  background: #fff;
  padding: 10px;
  display: table-cell;
  margin-bottom: 0;
  height: 100%;
}

.news_content dl dd a {
  text-decoration: none;
}

.news_content dl dd c {
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
  color: #1976D2;
  font-size: 20px;
}

.news_content dl dd c a {
  color: #000000;
  text-decoration: none;
}

.news_content dl dd p {
  height: 66px;
  overflow: hidden;
  font-size: 14px;
  color: #777;
  margin: 0;
  padding-top: 10px;
  line-height: 28px;
}

.news_content dl:hover dd {
  background: rgba(25, 118, 210, 0.7) !important;
}

.news_content dl:hover dt {
  background: #1976D2 !important;
}

.news_content dl:hover dt b,
.news_content dl:hover dt span {
  color: #FFFFFF !important;
}

.news_content dl:hover dd c {
  color: #fff;
}

.news_content dl:hover dd p {
  color: #fff;
}

.news_content dl:hover dd p a {
  color: #fff;
}

.gjbj {
  margin-top: 90px;
}

.gjbj .col-sm-8 img {
  margin: auto;
  display: block;
}

.xgtj h4 {
  background: #1976D2;
  line-height: 50px;
  font-size: 26px;
  margin-top: 0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}

.xgtj img {
  margin-bottom: 20px;
}

.foot {
  padding-top: 1em;
  background: #393D49;
}

.foot a, .foot p, .foot span {
  color: #fff;
}

.foot .foot1 {
  padding-top: 5px;
}

.foot .foot1 p {
  text-align: center;
}

.foot h4 {
  font-size: 16px;
}

.foot li {
  line-height: 30px;
  text-align: center;
}

.foot li a {
  line-height: 26px;
  font-size: 14px;
}

.foot .foot_left {
  clear: both;
}

.foot .link {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #23252c;
}

.foot .link a {
  font-size: 14px;
  margin-right: 10px;
}

.foot p {
  line-height: 28px;
  font-size: 14px;
}

.foot .foot-cop {
  clear: both;
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.foot-ft {
  text-align: center;
}

.foot-ft p {
  display: inline-block !important;
  margin-right: 20px;
  font-size: 14px;
}

.foot-ft p a {
  text-align: none;
  color: rgba(255, 255, 255, 0.8);
}

.add {
  background: #1976D2;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
}

.add a {
  color: #fff;
  font-size: 14px;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

.main {
  padding: 3em 0;
}

.main .info {
  font-size: 14px;
}

.main .info p, .main .info li {
  font-size: 14px;
  line-height: 32px;
}

.main .info img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: auto;
}

.main .info1 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 50px 20px;
}

.main .newss p {
  margin: 0;
  text-indent: 2em;
}

.cp-tp {
  padding: 0;
}

.pr-cp a {
  display: block;
  overflow: hidden;
}

.pr-cp:hover img {
  transform: scale(1.1);
}

.pr-cp:hover p {
  color: #1976D2;
}

.pr-cp img {
  transition: .35s;
  border-radius: 3px;
}

.pr-cp p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}

.new-co p {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
}

.banner img {
  width: 100%;
}

.fixednav {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

#contact1 {
  padding-top: 130px;
  background-color: #F5F5F5;
  padding-bottom: 60px;
}

#contact1 .title1 h3 {
  font-size: 20px;
  color: #444;
  margin: 0 0 20px;
  margin-left: -15px;
}

#contact1 .border-top {
  border-top: 1px solid #ececec;
  padding-bottom: 20px;
}

#contact1 .col-sm-8 {
  background: #fff;
}

#contact1 .col-sm-8 h4 {
  color: #1976D2;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

#contact1 .col-sm-6 {
  padding: 0 10px;
  margin-bottom: 20px;
}

#contact1 .col-sm-6 img {
  width: 100%;
  margin: auto;
  display: block;
}

#contact1 .col-sm-6 p {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  color: #777;
  margin-bottom: 10px;
}

#contact1 .col-sm-6 h4 {
  color: #1976D2;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

#contact1 .col-sm-6 li {
  width: 13.6%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #ededed;
  border-radius: 3px;
  float: left;
  margin-right: .6%;
  margin-bottom: 10px;
  color: #666;
}

#contact1 .col-sm-6 li:hover {
  background: #1976D2;
  color: #fff;
  cursor: pointer;
}

#contact1 .gnyy li {
  width: 13.6%;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  background: #ededed;
  border-radius: 3px;
  float: left;
  margin-right: .6%;
  margin-bottom: 10px;
  color: #666;
}

#contact1 .gnyy li:hover {
  background: #1976D2;
  color: #fff;
  cursor: pointer;
}

#contact1 .gjyy li {
  width: 19.4%;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  background: #ededed;
  border-radius: 3px;
  float: left;
  margin-right: .6%;
  margin-bottom: 10px;
  color: #666;
}

#contact1 .gjyy li:hover {
  background: #1976D2;
  color: #fff;
  cursor: pointer;
}

.xksa {
  padding-bottom: 30px;
}

.xksa img {
  width: 100%;
}

.xksa h3 {
  font-size: 20px;
  margin-top: 18px;
}

.xksa .col-md-3 div {
  border: 1px solid #e3e3e3;
  padding: 10px;
  transition: all 0.5s;
}

.xksa .col-md-3 div:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.map-cont .row {
  background-color: #FFFFFF;
  padding: 30px 25px;
}

.map-cont .col-md-6 p {
  font-size: 14px;
  line-height: 2;
}

.area-ul {
  margin-top: 30px;
}

.area-ul li {
  width: 60px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #ededed;
  border-radius: 3px;
  float: left;
  margin-right: 13px;
  margin-bottom: 20px;
  color: #666;
}

.area-ul li:hover {
  background: #FFFFFF;
  color: #fd0b0b;
  border: 1px solid #fd0b0b;
  cursor: pointer;
}

/**************************foot***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page .active span {
  color: #fff !important;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.page span:first-child, .page a:first-child {
  border: 0;
  margin: 0 5px;
  padding: 3px 10px;
  display: block;
  border-radius: 2px !important;
}

/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p,
  span,
  a {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h1,
  h2,
  h4 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
  /**************************公共***************************/
  #contact-p {
    display: none !important;
  }
  .head img {
    margin: auto;
    display: block;
  }
  .ljbj-1 .qiehuan li {
    width: 49%;
  }
  .ljbj-2 .row .col-sm-4 div {
    padding: 5px;
  }
  .ljbj-2 .row .col-sm-4 {
    padding: 0 5px;
  }
  .ljbj-3 img {
    width: 100%;
  }
  .ljbj-4 {
    padding: 30px 0 !important;
  }
  .ljbj-5 .qiehuan-conx div {
    padding: 0 5px;
  }
  .ljbj-5 .title {
    margin-bottom: 0;
  }
  .ljbj-5 img {
    height: 140px;
  }
  .title h4 {
    font-weight: normal;
    font-size: 26px !important;
  }
  .ljbj-1, .ljbj-2, .ljbj-3, .ljbj-4, .ljbj-5, .ljbj-6, .ljbj-7, .ljbj-8, .ljbj-9 {
    padding: 1em 0;
  }
  .activex {
    box-shadow: none !important;
  }
  .foot1 p:nth-child(1) {
    margin-bottom: 0;
  }
  .foot1 p:nth-child(2) {
    margin-bottom: 40px;
  }
  .link {
    display: none;
  }
  .news_content dl dd h4 {
    height: 17px;
  }
  .right img {
    width: 100%;
  }
  .bj1xx div, .bj2xx div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 12%;
  }
  .bj1xx div p, .bj2xx div p {
    font-size: 26px !important;
    color: #fff;
    margin-bottom: 20px;
  }
  .bj1xx img, .bj2xx img {
    width: 100%;
  }
  .title {
    margin-bottom: 2em;
  }
  .ljbj-2 .container {
    padding: 0 5px;
  }
  .sj-index1 {
    background: #f9f9f9;
    padding: 40px 0px 20px;
  }
  .sj-index1 .col-xs-3 {
    margin-bottom: 20px;
  }
  .sj-index1 .col-xs-3 a {
    display: block;
    text-align: center;
    font-size: 14px !important;
    overflow: hidden;
    white-space: nowrap;
  }
  .sj-index1 .col-xs-3 i {
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 27px;
    width: 50px;
    display: block;
    margin-bottom: 15px;
    background: #6699CC;
  }
  .sj-index1 .col-xs-3:nth-child(2) i {
    background: #990033;
  }
  .sj-index1 .col-xs-3:nth-child(3) i {
    background: #99CCCC;
  }
  .sj-index1 .col-xs-3:nth-child(4) i {
    background: #FF9900;
  }
  .sj-index1 .col-xs-3:nth-child(5) i {
    background: #FF6666;
  }
  .sj-index1 .col-xs-3:nth-child(6) i {
    background: #666633;
  }
  .sj-index1 .col-xs-3:nth-child(7) i {
    background: #666699;
  }
  .sj-index1 .col-xs-3:nth-child(8) i {
    background: #66CCCC;
  }
  .ppgss {
    text-align: center;
    font-size: 20px !important;
    margin: 30px 0;
  }
  .ljbj-4 .row {
    padding: 0px 0 30px;
  }
  .ljbj-4 .row .col-xs-12 {
    padding-top: 0 !important;
  }
  .ljbj-4 .row .col-xs-12 &gt; div {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    padding: 20px 0;
  }
  .ljbj-4 .row .col-xs-12 &gt; div i {
    margin-bottom: 10px;
    font-size: 30px;
    display: block;
  }
  .ljbj-4 .row .col-xs-12 &gt; div a {
    font-size: 14px;
  }
  .foot {
    background: #f5f5f5;
    color: #666;
    padding-top: 0;
  }
  .foot span {
    color: #666;
  }
  .footxs {
    margin-bottom: 40px;
  }
  .footxs .col-xs-6 {
    padding: 0;
  }
  .footxs a {
    background: url(../img/bot_5.png) left center no-repeat;
    background-size: 28px 28px;
    display: inline-block;
    vertical-align: top;
    height: 60px;
    position: relative;
    margin: 0 10px;
    padding-left: 35px;
    overflow: hidden;
    font-size: 12px;
  }
  .footxs a span {
    margin-top: 10px;
    display: block;
  }
  .footxs i {
    display: inline-block;
    font-size: 30px;
    vertical-align: bottom;
    margin-top: 10px;
    color: #c52828;
  }
  .footxs c {
    margin-left: 10px;
    vertical-align: top;
    margin-top: 18px;
    display: inline-block;
    font-size: 14px !important;
  }
  .footxs c:nth-child(2) {
    margin-right: 15px;
  }
  #allmap {
    width: 100% !important;
  }
  .dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:focus, .dropdown-menu &gt; .active &gt; a:hover {
    background: #1976D2;
  }
  .bannerx {
    margin-top: 40px;
  }
  .daohang {
    position: fixed;
    top: 0px;
    height: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    background: #4d74fa;
    z-index: 9999 !important;
  }
  .daohang a {
    font-size: 24px !important;
    color: #fff;
    line-height: 40px;
  }
  .daohang img {
    border-radius: 50%;
    margin-top: -4px;
    width: 30px;
    margin-right: 10px;
  }
  .daohang i {
    right: 10px;
    position: absolute;
    font-size: 30px;
    color: #fff;
  }
  .ljbj-4 .row .wenhua h4 {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 26px !important;
  }
  .ljbj-2 .row .col-sm-4 div p {
    text-align: justify;
    line-height: 23px !important;
  }
  .yinc {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    z-index: 999999;
  }
  .ljbj-4 .row .wenhua p:nth-child(3) {
    font-size: 20px !important;
  }
  .ljbj-4 .row .wenhua2 h4 {
    font-size: 20px !important;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .ljbj-5 {
    margin-bottom: 20px;
  }
  .lanmu {
    right: 00px;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999999999;
    width: 0%;
    height: 100%;
    opacity: 0;
    transition: .35s all;
  }
  .lanmu li {
    color: #fff;
    padding-left: 20px;
    border-bottom: 1px solid #6e6565;
    line-height: 40px;
  }
  .lanmu li:nth-child(1) {
    text-align: center;
    position: relative;
    font-size: 20px;
    background: red;
  }
  .lanmu li:nth-child(1) &gt; i:nth-child(1) {
    position: absolute;
    left: 10px;
    font-size: 20px;
  }
  .lanmu li:nth-child(1) a {
    display: inline-block;
    position: absolute;
    right: 10px;
    font-size: 22px;
  }
  .lanmu li:nth-child(1) a i {
    font-size: 22px;
  }
  .lanmu li a {
    color: #fff;
    font-size: 16px !important;
  }
  .lanmu1 {
    width: 70%;
    opacity: 1;
  }
  #contact1 .col-sm-8 {
    margin-bottom: 30px;
  }
  #contact1 .col-sm-8 h4 {
    font-size: 18px !important;
  }
  .xksa .col-xs-6 {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .xgtj h4 {
    font-size: 20px !important;
  }
  #contact1 .gjyy li {
    width: 49.4%;
  }
  #contact1 .gnyy li {
    width: 23.6%;
  }
  #contact1 {
    padding-top: 60px;
  }
  .gjbj {
    margin-top: 30px;
  }
  .daohang {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    border-top: 1px solid #eee;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
  }
  #contact span {
    font-size: 16px !important;
  }
  #contact a {
    background: none;
    border: 0;
    color: #454545;
    font-size: 16px;
    width: 100%;
    outline: none;
  }
  #contact a span {
    font-size: 16px !important;
  }
  #contact i {
    margin-right: 10px;
    font-size: 20px;
  }
  #contact &gt; a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #454545;
  }
  #contact &gt; a:last-child {
    border-right: 0;
  }
  #contact div {
    text-align: center;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 !important;
  }
  #contact div:nth-child(2) div {
    background: url(../img/bot_8.png) center center no-repeat;
    background-size: 45px 60px;
    height: 60px;
    z-index: 12;
    position: absolute;
    width: 100%;
    left: 0;
    top: -10px;
  }
}
</pre></body></html>